Efficient String Concatenation in Python An assessment of the performance of several methods Introduction ... Each time you append to the end of a string, the Python interpreter must create a new string object and copy the contents of both the existing st